home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 November / november_2001.iso / Browsers / Netscape 6.1 / browser.xpi / bin / defaults / pref / all.js < prev    next >
Encoding:
Text File  |  2001-07-19  |  22.7 KB  |  498 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  */
  22.  
  23. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  24. //  The first character after a period must be alphabetic.
  25.  
  26. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  27.  
  28. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  29. pref("keyword.enabled", true);
  30. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  31. pref("general.useragent.misc", "rv:0.9.2");
  32.  
  33. pref("general.startup.browser",             true);
  34. pref("general.startup.mail",                false);
  35. pref("general.startup.news",                false);
  36. pref("general.startup.editor",              false);
  37. pref("general.startup.compose",             false);
  38. pref("general.startup.addressbook",         false);
  39.  
  40. pref("general.open_location.last_url",      "");
  41. pref("general.open_location.last_window_choice", 0);
  42.  
  43. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  44. pref("browser.startup.page",                1);
  45. pref("browser.startup.homepage",       "chrome://navigator-region/locale/region.properties");
  46. // "browser.startup.homepage_override" was for 4.x
  47. pref("browser.startup.homepage_override.1", true);
  48. pref("browser.startup.autoload_homepage",   true);
  49.  
  50. pref("browser.cache.disk_cache_size",       50000);
  51. pref("browser.cache.enable",                true);
  52. pref("browser.cache.disk.enable",           true);
  53. pref("browser.cache.memory_cache_size",     4096);
  54. pref("browser.cache.disk_cache_ssl",        false);
  55. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  56. pref("browser.cache.check_doc_frequency",   3);
  57.  
  58. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  59. pref("browser.display.use_document_colors", true);
  60. pref("browser.display.use_system_colors",   false);
  61. pref("browser.display.foreground_color",    "#000000");
  62. pref("browser.display.background_color",    "#FFFFFF");
  63. pref("browser.anchor_color",                "#0000EE");
  64. pref("browser.visited_color",               "#551A8B");
  65. pref("browser.underline_anchors",           true);
  66.  
  67. pref("browser.display.use_focus_colors",    false);
  68. pref("browser.display.focus_background_color", "#117722");
  69. pref("browser.display.focus_text_color",     "#ffffff");
  70. pref("browser.display.focus_ring_width",     1);
  71. pref("browser.display.focus_ring_on_anything", false);
  72.  
  73. pref("browser.chrome.toolbar_tips",         true);
  74. pref("browser.chrome.toolbar_style",        2);
  75.  
  76. pref("browser.toolbars.showbutton.bookmarks", true);
  77. pref("browser.toolbars.showbutton.go",      false);
  78. pref("browser.toolbars.showbutton.home",    true);
  79. pref("browser.toolbars.showbutton.mynetscape", true);
  80. pref("browser.toolbars.showbutton.net2phone", true);
  81. pref("browser.toolbars.showbutton.print",   true);
  82. pref("browser.toolbars.showbutton.search",  true);
  83.  
  84. pref("browser.helperApps.alwaysAsk.force",  false);
  85. pref("browser.helperApps.neverAsk.saveToDisk", "");
  86. pref("browser.helperApps.neverAsk.openFile", "");
  87.  
  88. pref("accessibility.browsewithcaret", false);
  89. pref("accessibility.usetexttospeech", "");
  90. pref("accessibility.usebrailledisplay", "");
  91. pref("accessibility.accesskeycausesactivation", true);
  92.  
  93. // Dialog modality issues
  94. pref("browser.prefWindowModal", true);
  95. pref("browser.show_about_as_stupid_modal_window", false);
  96.  
  97. pref("browser.download.progressDnldDialog.keepAlive", true); // keep the dnload progress dialog up after dnload is complete
  98.  
  99. // various default search settings
  100. pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
  101. pref("browser.search.opensidebarsearchpanel", true);
  102. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  103. pref("browser.search.mode", 0);
  104. pref("browser.search.powermode", 0);
  105. // basic search popup constraint: minimum sherlock plugin version displayed
  106. // (note: must be a string representation of a float or it'll default to 0.0)
  107. pref("browser.search.basic.min_ver", "0.0");
  108. pref("browser.urlbar.autocomplete.enabled", true);
  109. pref("browser.urlbar.clickSelectsAll", true);
  110.  
  111. pref("browser.history.last_page_visited", "");
  112. pref("browser.history_expire_days", 9);
  113. pref("browser.sessionhistory.max_entries", 50);
  114.  
  115. // Translation service
  116. pref("browser.translation.service", "http://cgi.netscape.com/cgi-bin/translate.cgi?AlisUI=simple_frames/ns_home&AlisTargetURI=");
  117. pref("browser.translation.serviceDomain", "teletranslator.com");
  118.   
  119. // Platform for Internet Content Selection
  120. pref("browser.PICS.ratings_enabled", false);
  121. pref("browser.PICS.pages_must_be_rated", false);
  122. pref("browser.PICS.disable_for_this_session", false);
  123. pref("browser.PICS.reenable_for_this_session", false);
  124. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  125. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  126.  
  127. pref("browser.target_new_blocked", false);
  128.  
  129. // loading and rendering of framesets and iframes
  130. pref("browser.frames.enabled", true);
  131.  
  132. // form submission
  133. pref("browser.forms.submit.backwards_compatible", true);
  134.  
  135. // view source
  136. pref("view_source.syntax_highlight", true);
  137.  
  138. // gfx widgets
  139. pref("nglayout.widget.mode", 2);
  140. pref("nglayout.widget.gfxscrollbars", true);
  141.  
  142. // use nsViewManager2
  143. pref("nglayout.view.useViewManager2", true);
  144.  
  145. // css2 hover pref
  146. pref("nglayout.events.showHierarchicalHover", false);
  147.  
  148. // whether or not to use xbl form controls
  149. pref("nglayout.debug.enable_xbl_forms", false);
  150.  
  151. // Smart Browsing prefs
  152. pref("browser.related.enabled", true);
  153. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  154. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  155. pref("browser.related.disabledForDomains", "");
  156. pref("browser.goBrowsing.enabled", true);
  157.  
  158. //Internet Search
  159. pref("browser.search.defaultenginename", "chrome://navigator/locale/navigator.properties");
  160.  
  161. // Default Capability Preferences: Security-Critical! 
  162. // Editing these may create a security risk - be sure you know what you're doing
  163. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  164.  
  165. pref("capability.policy.default.DOMException.code", "allAccess");
  166. pref("capability.policy.default.DOMException.message", "allAccess");
  167. pref("capability.policy.default.DOMException.name", "allAccess");
  168. pref("capability.policy.default.DOMException.result", "allAccess");
  169. pref("capability.policy.default.DOMException.toString", "allAccess");
  170.  
  171. pref("capability.policy.default.History.back", "allAccess");
  172. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  173. pref("capability.policy.default.History.forward", "allAccess");
  174. pref("capability.policy.default.History.go", "allAccess");
  175. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  176. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  177. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  178. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  179.  
  180. pref("capability.policy.default.HTMLDocument.close", "allAccess");
  181. pref("capability.policy.default.HTMLDocument.open", "allAccess");
  182.  
  183. pref("capability.policy.default.Location.hash.set", "allAccess");
  184. pref("capability.policy.default.Location.href.set", "allAccess");
  185. pref("capability.policy.default.Location.reload", "allAccess");
  186. pref("capability.policy.default.Location.replace", "allAccess");
  187.  
  188. pref("capability.policy.default.Navigator.preference", "allAccess");
  189. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  190. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  191.  
  192. pref("capability.policy.default.Window.blur", "allAccess");
  193. pref("capability.policy.default.Window.close", "allAccess");
  194. pref("capability.policy.default.Window.closed", "allAccess");
  195. pref("capability.policy.default.Window.Components", "allAccess");
  196. pref("capability.policy.default.Window.document", "allAccess");
  197. pref("capability.policy.default.Window.focus", "allAccess");
  198. pref("capability.policy.default.Window.history", "allAccess");
  199. pref("capability.policy.default.Window.location", "allAccess");
  200. // window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
  201. pref("capability.policy.default.Window.openDialog", "noAccess");
  202. pref("capability.policy.default.Window.self", "allAccess");
  203. pref("capability.policy.default.Window.window", "allAccess");
  204.  
  205. // Restrictions on the DOM for mail/news - see bug 66938
  206. pref("capability.policy.mailnews.DOMException.toString", "noAccess");;
  207. pref("capability.policy.mailnews.HTMLAnchorElement.hash", "noAccess");
  208. pref("capability.policy.mailnews.HTMLAnchorElement.host", "noAccess");
  209. pref("capability.policy.mailnews.HTMLAnchorElement.hostname", "noAccess");
  210. pref("capability.policy.mailnews.HTMLAnchorElement.href", "noAccess");
  211. pref("capability.policy.mailnews.HTMLAnchorElement.pathname", "noAccess");
  212. pref("capability.policy.mailnews.HTMLAnchorElement.port", "noAccess");
  213. pref("capability.policy.mailnews.HTMLAnchorElement.protocol", "noAccess");
  214. pref("capability.policy.mailnews.HTMLAnchorElement.search", "noAccess");
  215. pref("capability.policy.mailnews.HTMLAnchorElement.text", "noAccess");
  216. pref("capability.policy.mailnews.HTMLAnchorElement.getAttribute", "noAccess");
  217. pref("capability.policy.mailnews.HTMLAnchorElement.attributes", "noAccess");
  218. pref("capability.policy.mailnews.HTMLDocument.location", "noAccess");
  219. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  220. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  221. pref("capability.policy.mailnews.Text.nodeValue", "noAccess");
  222. pref("capability.policy.mailnews.Text.data", "noAccess");
  223. pref("capability.policy.mailnews.Text.substringData", "noAccess");
  224. pref("capability.policy.mailnews.CDATASection.nodeValue", "noAccess");
  225. pref("capability.policy.mailnews.CDATASection.data", "noAccess");
  226. pref("capability.policy.mailnews.CDATASection.substringData", "noAccess");
  227. pref("capability.policy.mailnews.Range.toString", "noAccess");
  228. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  229. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  230. pref("capability.policy.mailnews.Window.location", "noAccess");
  231. ////////////////////////////////////////////////////////////
  232. pref("capability.principal.codebase.foo.id", "http://www.netscape.com");
  233. pref("capability.principal.codebase.foo.granted", "UniversalFoo");
  234. //////////////////////////////////////////////////////////
  235.  
  236. pref("javascript.enabled",                  true);
  237. pref("javascript.allow.mailnews",           false);
  238. pref("javascript.options.strict",           false);
  239.  
  240. // advanced prefs
  241. pref("advanced.always_load_images",         true);
  242. pref("security.enable_java",                 true);
  243. pref("css.allow",                           true);
  244. pref("advanced.mailftp",                    false);
  245. pref("image.animation_mode",                "normal");
  246.  
  247. pref("offline.startup_state",            0);
  248. pref("offline.send.unsent_messages",            0);
  249. pref("offline.download.download_messages",  0);
  250. pref("offline.prompt_synch_on_exit",            true);
  251. pref("offline.news.download.use_days",          0);
  252.  
  253. // If there is ever a security firedrill that requires
  254. // us to block certian ports global, this is the pref 
  255. // to use.  Is is a comma delimited list of port numbers
  256. // for example:
  257. //   pref("network.security.ports.banned", "1,2,3,4,5");
  258. // prevents necko connecting to ports 1-5 unless the protocol
  259. // overrides.
  260.  
  261. pref("network.hosts.smtp_server",           "mail");
  262. pref("network.hosts.pop_server",            "mail");
  263. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  264.  
  265. // <ruslan>
  266. pref("network.http.version", "1.1");      // default
  267. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  268. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  269. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  270. // some older 1.0 servers:
  271.  
  272. pref("network.http.keep-alive", true); // set it to false in case of problems
  273. pref("network.http.proxy.keep-alive", true );
  274. pref("network.http.keep-alive.timeout", 300);
  275.  
  276. pref("network.http.max-connections", 16);
  277. pref("network.http.max-connections-per-server", 8);
  278. pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
  279. pref("network.http.keep-alive.max-connections-per-server", 8);
  280.  
  281. pref("network.http.connect.timeout",  30);    // in seconds
  282. pref("network.http.request.timeout", 120);    // in seconds
  283.  
  284. // Headers
  285. pref("network.http.accept.default", "text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1");
  286.  
  287. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  288.  
  289. // Enable http compression: comment this out in case of problems with 1.1
  290. pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
  291.  
  292. pref("network.http.pipelining"      , false);
  293. pref("network.http.proxy.pipelining", false);
  294.  
  295. // Always pipeling the very first request:  this will only work when you are
  296. // absolutely sure the the site or proxy you are browsing to/through support
  297. // pipelining; the default behavior will be that the browser will first make
  298. // a normal, non-pipelined request, then  examine  and remember the responce
  299. // and only the subsequent requests to that site will be pipeline
  300. pref("network.http.pipelining.firstrequest", false);
  301.  
  302. // Max number of requests in the pipeline
  303. pref("network.http.pipelining.maxrequests" , 4);
  304.  
  305. pref("network.http.proxy.ssl.connect",true);
  306. // </ruslan>
  307.  
  308. // until the directory view has an owner
  309. // necko will produce html -- dougt
  310. pref("network.dir.generate_html", true);
  311.  
  312. // sspitzer:  change this back to "news" when we get to beta.
  313. // for now, set this to news.mozilla.org because you can only
  314. // post to the server specified by this pref.
  315. pref("network.hosts.nntp_server",           "news.mozilla.org");
  316.  
  317. pref("network.hosts.socks_server",          "");
  318. pref("network.hosts.socks_serverport",      1080);
  319. pref("network.hosts.socks_conf",            "");
  320. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  321. pref("network.image.warnAboutImages",       false);
  322. pref("network.proxy.autoconfig_url",        "");
  323. pref("network.proxy.type",                  0);
  324. pref("network.proxy.ftp",                   "");
  325. pref("network.proxy.ftp_port",              0);
  326. pref("network.proxy.gopher",                "");
  327. pref("network.proxy.gopher_port",           0);
  328. pref("network.proxy.news",                  "");
  329. pref("network.proxy.news_port",             0);
  330. pref("network.proxy.http",                  "");
  331. pref("network.proxy.http_port",             0);
  332. pref("network.proxy.wais",                  "");
  333. pref("network.proxy.wais_port",             0);
  334. pref("network.proxy.ssl",                   "");
  335. pref("network.proxy.ssl_port",              0);
  336. pref("network.proxy.socks",                 "");
  337. pref("network.proxy.socks_port",            0);
  338. pref("network.proxy.no_proxies_on",         "");
  339. pref("network.online",                      true); //online/offline
  340. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  341. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  342. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  343. pref("network.cookie.warnAboutCookies",     false);
  344. pref("signon.rememberSignons",              true);
  345. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  346. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  347. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  348. pref("wallet.captureForms",                 true);
  349. pref("wallet.notified",                     false);
  350. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  351. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  352. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  353. pref("wallet.version",                      "1");
  354. pref("wallet.enabled",                      true);
  355. pref("wallet.crypto",                       false);
  356. pref("wallet.namePanel.hide",               false);
  357. pref("wallet.addressPanel.hide",            false);
  358. pref("wallet.phonePanel.hide",              false);
  359. pref("wallet.creditPanel.hide",             false);
  360. pref("wallet.employPanel.hide",             false);
  361. pref("wallet.miscPanel.hide",               false);
  362. pref("imageblocker.enabled",                true);
  363. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  364. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  365. pref("intl.collationOption",                "chrome://navigator/locale/navigator.properties");
  366. pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
  367. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  368. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  369. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  370. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  371. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  372. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  373. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  374. pref("intl.charsetmenu.browser.cache",      "");
  375. pref("intl.charsetmenu.mailview.cache",     "");
  376. pref("intl.charsetmenu.composer.cache",     "");
  377. pref("intl.charsetmenu.browser.cache.size", 5);
  378. pref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
  379. pref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
  380.  
  381. // -- folders (Mac: these are binary aliases.)
  382. localDefPref("mail.signature_file",             "");
  383. localDefPref("mail.directory",                  "");
  384.  
  385. pref("images.dither", "auto");
  386. localDefPref("news.directory",                  "");
  387. localDefPref("security.directory",              "");
  388.  
  389. pref("autoupdate.enabled",              true);
  390.  
  391. pref("silentdownload.enabled",    true);
  392. pref("silentdownload.directory",  "");
  393. pref("silentdownload.range",      3000);
  394. pref("silentdownload.interval",  10000);
  395.  
  396. pref("browser.editor.disabled", false);
  397.  
  398. pref("spellchecker.dictionary", "");
  399.  
  400. pref("signed.applets.codebase_principal_support", false);
  401. pref("security.checkloaduri", true);
  402. pref("security.xpconnect.plugin.unrestricted", true);
  403.  
  404. // Modifier key prefs: default to Windows settings,
  405. // menu access key = alt, accelerator key = control.
  406. pref("ui.key.accelKey", 17);
  407. pref("ui.key.menuAccessKey", 18);
  408. pref("ui.key.menuAccessKeyFocuses", false);
  409. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  410.  
  411. // Middle-mouse handling
  412. pref("middlemouse.paste", false);
  413. pref("middlemouse.openNewWindow", true);
  414. pref("middlemouse.contentLoadURL", false);
  415. pref("middlemouse.scrollbarPosition", false);
  416.  
  417. // Clipboard behavior
  418. pref("clipboard.autocopy", false);
  419.  
  420. // 0=lines, 1=pages, 2=history , 3=text size
  421. pref("mousewheel.withnokey.action",0);
  422. pref("mousewheel.withnokey.numlines",1);    
  423. pref("mousewheel.withnokey.sysnumlines",true);
  424. pref("mousewheel.withcontrolkey.action",0);
  425. pref("mousewheel.withcontrolkey.numlines",1);
  426. pref("mousewheel.withcontrolkey.sysnumlines",true);
  427. pref("mousewheel.withshiftkey.action",0);
  428. pref("mousewheel.withshiftkey.numlines",1);
  429. pref("mousewheel.withshiftkey.sysnumlines",false);
  430. pref("mousewheel.withaltkey.action",2);
  431. pref("mousewheel.withaltkey.numlines",1);
  432. pref("mousewheel.withaltkey.sysnumlines",false);
  433.  
  434. pref("profile.confirm_automigration",true);
  435.  
  436. // Customizable toolbar stuff
  437. pref("custtoolbar.personal_toolbar_folder", "");
  438.  
  439. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  440. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  441.  
  442. pref("prefs.converted-to-utf8",false);
  443. // --------------------------------------------------
  444. // IBMBIDI 
  445. // --------------------------------------------------
  446. //
  447. // ------------------
  448. //  Text Direction
  449. // ------------------
  450. // 1 = directionLTRBidi *
  451. // 2 = directionRTLBidi
  452. pref("bidi.direction", 1);
  453. // ------------------
  454. //  Text Type
  455. // ------------------
  456. // 1 = charsettexttypeBidi *
  457. // 2 = logicaltexttypeBidi
  458. // 3 = visualtexttypeBidi
  459. pref("bidi.texttype", 1);
  460. // ------------------
  461. //  Controls Text Mode
  462. // ------------------
  463. // 1 = logicalcontrolstextmodeBidiCmd
  464. // 2 = visiualcontrolstextmodeBidi
  465. // 3 = containercontrolstextmodeBidi *
  466. pref("bidi.controlstextmode", 1);
  467. // ------------------
  468. //  Clipboard Text Mode
  469. // ------------------
  470. //  1 = logicalclipboardtextmodeBidi
  471. // 2 = visiualclipboardtextmodeBidi
  472. // 3 = sourceclipboardtextmodeBidi *
  473. pref("bidi.clipboardtextmode", 3);
  474. // ------------------
  475. //  Numeral Style
  476. // ------------------
  477. // 1 = regularcontextnumeralBidi *
  478. // 2 = hindicontextnumeralBidi
  479. // 3 = arabicnumeralBidi
  480. // 4 = hindinumeralBidi
  481. pref("bidi.numeral", 1);
  482. // ------------------
  483. //  Support Mode
  484. // ------------------
  485. // 1 = mozillaBidisupport *
  486. // 2 = OsBidisupport
  487. // 3 = disableBidisupport
  488. pref("bidi.support", 1);
  489. // ------------------
  490. //  Charset Mode
  491. // ------------------
  492. // 1 = doccharactersetBidi *
  493. // 2 = defaultcharactersetBidi
  494. pref("bidi.characterset", 1);
  495.  
  496.  
  497. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  498.